From ed5c2fe463763d9ad0406d7b196a265bc4ea4a00 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Wed, 4 Mar 2015 12:31:34 +0000 Subject: [PATCH] Fix a typo in Zsh completion MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit `dependencie"` → `dependencies` --- src/etc/_cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 11cbadd27..7181c3d15 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -245,7 +245,7 @@ local -a commands;commands=( 'config-for-key:print key from cargo config file' 'config-list:print all config from cargo config file' 'doc:build package documentation' -'fetch:fetch package dependencie"' +'fetch:fetch package dependencies' 'generate-lockfile:create lockfile' 'git-checkout:git checkout' 'help:get help for commands' -- 2.30.2